home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
asm
/
Tandem.lha
/
Tandem
/
Teaching
/
20.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-21
|
252 b
|
11 lines
* Teaching/16.i (to demonstrate INCLUDE)
xref _LVODisplayBeep
* beep the screen (intuition.library must already be in intbase)
Beep:
move.l intbase,a6
sub.l a0,a0 ;a0=0 to beep all screens
jsr _LVODisplayBeep(a6) ;beep screens
rts